export type Directives = 'required' | 'allowed' | 'disallowed';
export declare const Directives: {
    Required: Directives;
    Allowed: Directives;
    Disallowed: Directives;
};
