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