export declare const postRequest: (url: string, data: any) => Promise<unknown>;
