import { EnumLike } from "../structures"; export type Properties = { [P in keyof Enum]: (v?: Type | null, sep?: string | null) => null | undefined | string | number | boolean; }; export default function defineProperties(props: Properties): Properties; //# sourceMappingURL=defineProperties.d.ts.map