//#region src/constants/common.d.ts
declare const fetchSpecificKeys: readonly (keyof RequestInit | "duplex")[];
//#endregion
//#region src/constants/validation.d.ts
declare const fallBackRouteSchemaKey = "@default";
type FallBackRouteSchemaKey = typeof fallBackRouteSchemaKey;
//#endregion
export { fallBackRouteSchemaKey as n, fetchSpecificKeys as r, FallBackRouteSchemaKey as t };
//# sourceMappingURL=validation-Do6HBp6Z.d.ts.map