import { type ClientConfigurationInput, type DatabasePool, type MockPoolOverrides } from '../types'; export declare const createMockPool: (overrides: MockPoolOverrides, clientConfigurationInput?: ClientConfigurationInput) => DatabasePool;