import { AuthorizationRequest, Procedure } from '../../internal'; import { AcceptPrimaryKeyRotationParams } from '../../types'; import { ExtrinsicParams, ProcedureAuthorization, TransactionSpec } from '../../types/internal'; /** * @hidden */ export interface Storage { calledByTarget: boolean; ownerAuthRequest: AuthorizationRequest; } /** * @hidden */ export declare function prepareAcceptPrimaryKeyRotation(this: Procedure): Promise>>; /** * @hidden */ export declare function getAuthorization(this: Procedure): ProcedureAuthorization; /** * @hidden */ export declare function prepareStorage(this: Procedure, { ownerAuth }: AcceptPrimaryKeyRotationParams): Promise; /** * @hidden */ export declare const acceptPrimaryKeyRotation: () => Procedure; //# sourceMappingURL=acceptPrimaryKeyRotation.d.ts.map