import type { Driver } from '@directus/types';
export declare const drivers: Record<Driver, string>;
export declare function getDriverForClient(client: string): Driver | null;
