export declare type Options = {
    oasVersion: 2 | 3;
    schemaField: string;
    type: 'media' | 'schema';
};
declare const _default: import("@stoplight/spectral-core").RulesetFunctionWithValidator<Record<string, unknown>, Options>;
export default _default;
