import { ReadTool, ConduitServerConfig } from '../internal'; export declare function getContent(source: string, params: ReadTool.ContentParams, config: ConduitServerConfig): Promise; export declare function getContentFromFile(filePath: string, params: ReadTool.ContentParams, config: ConduitServerConfig): Promise; //# sourceMappingURL=getContentOps.d.ts.map