import type { Argv } from 'yargs'; export declare const command = "repl"; export declare const desc = "Run CDDL repl"; export declare const builder: (yargs: Argv<{}>) => Argv<{}>; export declare const handler: () => void; export declare function evaluate(evalCmd: string, _: any, _file: string, callback: (err: Error | null, result: any) => void): void; //# sourceMappingURL=repl.d.ts.map