export declare type MatchedKeys = { [K in keyof T]: T[K] extends Condition ? K : never; }[keyof T]; //# sourceMappingURL=matched-keys.type.d.ts.map