import { Procedure } from '../../internal'; import { AuthorizationRequest, RotatePrimaryKeyToSecondaryParams } from '../../types'; import { ExtrinsicParams, TransactionSpec } from '../../types/internal'; /** * @hidden */ export declare function prepareRotatePrimaryKeyToSecondary(this: Procedure, args: RotatePrimaryKeyToSecondaryParams): Promise>>; /** * @hidden */ export declare const rotatePrimaryKeyToSecondary: () => Procedure; //# sourceMappingURL=rotatePrimaryKeyToSecondary.d.ts.map