import { Hono } from 'hono'; import type { Pool } from 'pg'; import type { AppContext } from './utils/types.ts'; export declare function createApp(pool: Pool, options?: { seed?: boolean; }): Promise>; //# sourceMappingURL=index.d.ts.map