import { type CheckerReturnType, type Checker } from '@recoiljs/refine'; export declare function getCommunityHost(): string; export declare function getCommunityApi(path?: string): string; export declare function getCommunityLoginUrl(): string; export declare function fetchCommunity>(path: string, bodyChecker: T, init?: RequestInit): Promise>; //# sourceMappingURL=getCommunityApi.d.ts.map