import type { ResolvedDatabaseConfig } from '@nuxthub/core';
/**
 * Creates a Drizzle client for the given configuration
 */
export declare function createDrizzleClient(config: ResolvedDatabaseConfig, hubDir: string): Promise<any>;
