export declare const embeddedDatabaseSocketPath: (dataDirectoryArg: string, socketDirectoryArg?: string) => string; export declare const isSocketListening: (socketPathArg: string) => Promise;