import { Nullable } from './helper-types'; declare type InListTarget = Nullable; export declare type InList = (str: unknown) => str is M; export declare function createInList(...model: Array>): InList; export {};