export declare const metaTags: any; export declare const queryParams: (str: string) => {}; export declare const fetchRaw: (url: string, headers?: any) => Promise; export declare const fetch: (url: string, headers?: any, includeRaw?: boolean) => Promise; declare const _default: { fetch: (url: string, headers?: any, includeRaw?: boolean) => Promise; fetchRaw: (url: string, headers?: any) => Promise; }; export default _default;