export type AppConfigModule = { PORT?: number; }; export declare function loadAppConfigModule(projectDir: string): Promise;