import { PixCreateImmediateChargeBody, PixCreateImmediateChargeResponse } from '../types/pix';
export declare function pixCreateImmediateCharge({ baseUrl, body, headers, }: {
    baseUrl: string;
    body: PixCreateImmediateChargeBody;
    headers?: Record<string, string>;
}): Promise<PixCreateImmediateChargeResponse>;
//# sourceMappingURL=index.d.ts.map