import type { PrefixLog } from './prefixLog.ts'; interface PopulateCacheConfig { serverUrl: string; username: string; password: string; } /** * Populate cache by assembling the document and triggering a render */ export declare function populateCache(config: PopulateCacheConfig, cmdLog: PrefixLog, dir?: string): Promise; export {}; //# sourceMappingURL=populateCache.d.ts.map