import { SendBoostagramRequestParams } from "./types";
export declare function keysendParamsFromBoostagram(boostagramParams: SendBoostagramRequestParams): {
    destination: string;
    amount: number;
    customRecords: Record<string, string>;
};
//# sourceMappingURL=helpers.d.ts.map