import { Context, DefinitionType, Schema } from "@colyseus/schema"; export declare function type(typeDef: DefinitionType, typesContext?: Context): PropertyDecorator; export declare function defineTypes(target: typeof Schema, fields: { [property: string]: DefinitionType; }, context?: Context): typeof Schema;