declare type Input = {
    enum: unknown[];
    type: string[] | string;
    [key: string]: unknown;
};
declare const _default: import("@stoplight/spectral-core").RulesetFunctionWithValidator<Input, null>;
export default _default;
