export declare class ExitError extends Error { code: number; constructor(code: number); } export declare function importBuiltKeystoneConfiguration(cwd: string): Promise; //# sourceMappingURL=utils.d.ts.map