import { Like } from './like'; export declare class NotLike extends Like { toString(): string; }