export declare const isValidInput: (inputValue: string, type: "number" | "text") => boolean;
export declare const extractValidChars: (text: string, type: "number" | "text") => string;
