import { FungibleAsset, Procedure } from '../../internal'; import { RemoveCheckpointScheduleParams } from '../../types'; import { ExtrinsicParams, ProcedureAuthorization, TransactionSpec } from '../../types/internal'; /** * @hidden */ export type Params = RemoveCheckpointScheduleParams & { asset: FungibleAsset; }; /** * @hidden */ export declare function prepareRemoveCheckpointSchedule(this: Procedure, args: Params): Promise>>; /** * @hidden */ export declare function getAuthorization(this: Procedure, { asset }: Params): ProcedureAuthorization; /** * @hidden */ export declare const removeCheckpointSchedule: () => Procedure; //# sourceMappingURL=removeCheckpointSchedule.d.ts.map