import type { CliCommand } from '../utils/types.ts'; /** * Start the production server backed by PostgreSQL */ export declare const host: CliCommand<[number, boolean?, boolean?]>; //# sourceMappingURL=host.d.ts.map