export declare function isOneOf(mixed: any, arr: T[]): mixed is T; export declare function isNotOneOf(mixed: any, arr: NotT[]): mixed is T;