export declare function apiRequest<T>(url: string, body?: BodyInit | null, headers?: Record<string, string>, method?: 'GET' | 'POST'): Promise<T>;
export declare const askToContinue: () => Promise<void>;
export declare const getAxieId: () => Promise<number | null>;
