export declare function isAnAvailableType({ type, value }: { type: string; value: string; }): boolean;