export declare function post(endpoint: string, payload: Record<string, any>, baseUrl: string): Promise<any>;
