export declare function resolveSystemMdPath(cwd: string): string; export declare function readSystemMdPrompt(cwd: string): string | undefined; export declare function buildSystemMdPrompt(cwd: string): string | undefined; export declare function resolveSystemMdPrompt(cwd: string | undefined, enabled: boolean): string | undefined; //# sourceMappingURL=state.d.ts.map