import { Validation } from "./Validation";
export declare function enumeration(enumeration: {
    [_: number]: string;
}, type: string): Validation;
