/**
 * Helper function for making API requests to the Torii API
 */
export declare function makeApiRequest(endpoint: string, method?: string, body?: any, headers?: Record<string, string>): Promise<any>;
