export interface PagedrawConfig { app: string; managed_folders?: string[]; } export declare function loadPagedrawConfig(): Promise;