import type { Partition, PlannerContext, SortKey } from '../types.js'; export declare function introspectPartitions(context: PlannerContext): Promise; export declare function introspectSortKeys(context: PlannerContext): Promise; //# sourceMappingURL=metadata-source.d.ts.map