import type { Vec, bool } from '@polkadot/types'; /** @name Approvals */ export interface Approvals extends Vec { } export declare type PHANTOM_POLL = 'poll';