export declare const isAny: (_input: unknown, ..._args: any[]) => _input is any;