import { EnableContextType } from './EnableContext';
export declare function useTestAndConvert(input?: string[] | string | null): [EnableContextType, string[]];
