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