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