import { Procedure } from '../../internal'; import { TransferPolyxParams } from '../../types'; import { ExtrinsicParams, ProcedureAuthorization, TransactionSpec } from '../../types/internal'; /** * @hidden */ export declare function prepareTransferPolyx(this: Procedure, args: TransferPolyxParams): Promise>>; /** * @hidden */ export declare function getAuthorization(): ProcedureAuthorization; /** * @hidden */ export declare const transferPolyx: () => Procedure; //# sourceMappingURL=transferPolyx.d.ts.map