import * as E from 'fp-ts/Either'; import { type Schema } from './ir'; export declare type DerefFn = (ref: Schema) => E.Either; export declare type KnownCodec = (deref: DerefFn, ...schemas: Schema[]) => E.Either; export declare type KnownImportEntry = Record; export declare type KnownImports = Record; export declare const KNOWN_IMPORTS: KnownImports; //# sourceMappingURL=knownImports.d.ts.map