import type { Fetch } from '../types';
export declare function isBasicRuleset(uri: string, fetch?: Fetch): Promise<boolean>;
