import type { Driver } from '../../types/index.js'; export declare const drivers: Record; export declare function getDriverForClient(client: string): Driver | null;