import { AppConfig } from './config.types'; /** * The application configuration. * * @note Ensure to execute env.ts first so these values get populated. */ export declare const config: AppConfig; //# sourceMappingURL=config.d.ts.map