export declare function hasPaymentCardLikeValue(value: string): boolean; export declare function redactPaymentCardLikeValues(value: string, replacement: string): string; export declare function isPaymentCardLikeValue(value: string): boolean;