import * as swc from '@swc/core'; import * as E from 'fp-ts/Either'; import type { Schema } from './ir'; import type { Project } from './project'; import type { SourceFile } from './sourceFile'; export declare function parsePlainInitializer(project: Project, source: SourceFile, init: swc.Expression): E.Either; export declare function parseCodecInitializer(project: Project, source: SourceFile, init: swc.Expression): E.Either; //# sourceMappingURL=codec.d.ts.map