declare const DEFAULT_SERVER_PORT = 4000; declare const DEFAULT_STATUS_CODE_BY_METHOD: (method: string) => 201 | 200; export { DEFAULT_SERVER_PORT, DEFAULT_STATUS_CODE_BY_METHOD };