import { ServerConfig, BrowserPoolConfig } from './types.js'; export declare const serverConfig: ServerConfig; export declare const browserPoolConfig: BrowserPoolConfig; export declare const laravelHerdConfig: { domains: { test: string; ssl: boolean; }; paths: { herdDirectory: string; }; commands: { php: string; composer: string; artisan: string; }; }; //# sourceMappingURL=config.d.ts.map