export declare const CONTACT_VALIDATION_DELAY = 200; /** Wait for a pause in typing; invalidate a changed value immediately. */ export declare function useContactEligibility(complete: boolean, draft: string): boolean; //# sourceMappingURL=useContactEligibility.d.ts.map