export declare function clearInput(input: string): string;
export declare function firstValidation(input: string, expectedLength: number): boolean;
