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