import { CreatePoolParams } from '../../../types'; export declare function verifyCreatePoolParam(params: CreatePoolParams): void;