export declare function post(body: Record<string, any>): Promise<any>;
