import { IndyVdrPool } from '../indyVdr'; export declare type PoolCreateOptions = { parameters: { transactions?: string; transactions_path?: string; node_weights?: Record; }; }; export declare class PoolCreate extends IndyVdrPool { constructor(options: PoolCreateOptions); }