import type { DatabasePath } from '../types.js';
export declare function getDatabaseKey(databasePath: DatabasePath, clientKey: string): string;
