import BigNumber from 'bignumber.js'; import { Instruction, Procedure } from '../../internal'; import { ExtrinsicParams, ProcedureAuthorization, TransactionSpec } from '../../types/internal'; /** * @hidden */ export type Params = { id: BigNumber; }; /** * @hidden */ export declare function prepareLockInstructionForExecution(this: Procedure, args: Params): Promise>>; /** * @hidden */ export declare function getAuthorization(this: Procedure): ProcedureAuthorization; /** * @hidden */ export declare const lockInstructionForExecution: () => Procedure; //# sourceMappingURL=lockInstructionForExecution.d.ts.map