export class Data { static create( this: { new (): Type }, values?: Omit, keyof Data>, ): Type; copy(values?: Omit, keyof Data>): this; equals(other: this): boolean; }