import { CreateWithdrawal } from './CreateWithdrawal';
export declare class TransferXlmOffchainKMS extends CreateWithdrawal {
    fromAccount: string;
    signatureId?: string;
}
