import type { PartitionSlice, SortKey } from './types.js'; export declare function getCandidateDimensions(sortKeys: SortKey[], _slice?: PartitionSlice): number[]; //# sourceMappingURL=strategy-policy.d.ts.map