export interface RegistryCodec { method(): string; params(): string[] | undefined; }