import { GolomtConfig, InvoiceParams, InvoiceResponse } from '../types';
export declare const makeCreateInvoiceRequest: (params_0: import("axios").AxiosInstance, params_1: GolomtConfig) => (data: InvoiceParams) => Promise<import("axios").AxiosResponse<InvoiceResponse, any>>;