export declare const $Team: { properties: { displayName: { type: string; isRequired: boolean; }; name: { type: string; isRequired: boolean; }; attributes: { type: string; }; }; };