import { type Codec } from "./base.ts"; import { JsonCodec } from "./dynamic.ts"; export declare function createCodec(type: string): Codec; export declare function getCodec(type: "JSON" | `JSON(${string})`): JsonCodec; export declare function getCodec(type: string): Codec; //# sourceMappingURL=registry.d.ts.map