export declare function post(url?: string, data?: {}): Promise<any>;
