export interface RlmDataContext { /** Absolute path the content was loaded from. */ path: string; content: string; } export declare function loadRlmDataContext(cwd: string, dataFlag: string | undefined): Promise;