export interface User { userName: string; } export declare function isUser(arg: any): arg is User;