export declare class TransferXlm {
    fromSecret: string;
    to: string;
    amount: string;
    initialize: boolean;
    message?: string;
}
