import { ErrorType } from "./types";
export declare const trimUndefined: (obj: any) => Record<string, any>;
export declare const postRequest: (url: string, body?: any, token?: string, headers?: any) => Promise<any>;
export declare const createErrorMessageFromError: (data: ErrorType) => string;
