/**
 * Get the root database path. TODO: Load from global config?
 *
 * @returns Returns the relative path.
 */
export declare function getDatabasePath(): string;
