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