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