export declare function fetchIntrospection(url: string, headers?: Record<string, string>): Promise<object>;
