export default class Include { private include; constructor(); add(property: string, context?: string, contentType?: string): this; get(): any; }