export type Rules = 'all' | 'pick';
export declare const Rules: {
    All: Rules;
    Pick: Rules;
};
