export declare const kindOfTest: (type: string) => (thing: unknown) => boolean;
