export declare const GET_OR_HEAD_HTTP_METHODS: readonly ["get", "head", "subscribe"]; export declare const HTTP_METHODS: readonly ["get", "head", "subscribe", "post", "put", "delete", "patch", "options", "connect"]; export declare const LOOPBACK_ADDRESSES: string[]; export declare const IS_SERVER: boolean; export declare const CLIENT_WARNING = "Elysia instance server found on client side, this is not recommended for security reason. Use generic type instead."; export declare const DEMO_DOMAIN = "http://e.ly"; export declare const ISO8601_REGEX: RegExp; export declare const FORMAL_DATE_REGEX: RegExp; export declare const SHORTENED_DATE_REGEX: RegExp; export declare const BATCH_ENDPOINT = "/batch"; //# sourceMappingURL=constants.d.ts.map