export declare function findError(errorBundle: Record<string, string>, inputName: string): string | undefined;
