export declare function startHttpApplication(): Promise; export type AppConfigurations = { /** * Default locale code * * @default en */ localeCode?: string; /** * Application base URL * * @default localhost: */ baseUrl?: string; /** * Application timezone */ timezone?: string; }; //# sourceMappingURL=application.d.ts.map