declare type Input = { url: string; variables?: Record; }; declare type Options = { checkSubstitutions?: boolean; requireDefault?: boolean; } | null; declare const _default: import("@stoplight/spectral-core").RulesetFunctionWithValidator; export default _default;