export declare const RESOURCES_DIR = "resources"; export declare function draftDir(draftId: string): string; export declare function draftContentPath(draftId: string): string; export declare function resolveDraftDir(draftId: string): string; //# sourceMappingURL=draft-paths.d.ts.map