import { ReadTool, ConduitServerConfig } from '../internal'; export declare function getMetadata(source: string, params: ReadTool.MetadataParams, // These are the params for the metadata operation specifically config: ConduitServerConfig): Promise; //# sourceMappingURL=metadataOps.d.ts.map