/// export declare const serverConfig: { '--'?: string[] | undefined; _: string[]; instance: any; port: any; base: string; sessionAge: number; viewEngine: string; secret: string; cookiePath: string; useCookie: string | boolean; httpOnly: string | boolean; templatePath: any; publicPath: any; maxAge: any; controlOrigin: string; allowMethods: any; encryptionAlgorithm: any; encryptionBlocksize: any; encryptionKey: any; };