import { type DataSource, type ResourceRef } from "@k8ts/instruments"; export declare function resolveDataSourceRecord(resource: ResourceRef, input: Record): Promise<{ data: { [k: string]: string; }; binaryData: { [k: string]: string; }; }>; //# sourceMappingURL=resolver.d.ts.map