import { Primitive } from "../../types";
import { Guard } from "../types";
declare const isOneOf: <U extends Primitive, T extends readonly [U, ...U[]]>(values: T) => Guard<T[number]>;
export { isOneOf };
//# sourceMappingURL=isOneOf.d.ts.map