import { Database } from "bun:sqlite"; export declare function uuid(): string; export declare function now(): string; export declare function slugify(name: string): string; export declare function getDatabase(path?: string): Database; export declare function resetDatabase(): void; //# sourceMappingURL=database.d.ts.map