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