export declare function appModule({ logPath, nextServerUrl, nextStaticRoot, googleOauthClientId, googleOauthClientSecret, }: { logPath: string; nextServerUrl?: string; nextStaticRoot?: string; googleOauthClientId?: string; googleOauthClientSecret: string; }): import("express-serve-static-core").Express;