import { Throwable, ThrowState } from "@kcutils/error";
export declare const InvalidInputState: ThrowState;
export declare const InvalidInputError: (...a: import("@kcutils/helper/lib/models/Optional").Optional<string>[]) => Throwable;
//# sourceMappingURL=error.d.ts.map