export interface EdgarFetchOptions { cache?: boolean; accept?: string; } export declare function fetchEdgar(url: string, options?: EdgarFetchOptions): Promise;