import { ById } from 'rxdb/plugins/core';
export declare function postRequest(url: string, body: any, headers?: ById<string>): Promise<any>;
