import { Bone } from '../util/leoric.ts';
export declare class Team extends Bone {
    id: bigint;
    createdAt: Date;
    updatedAt: Date;
    teamId: string;
    orgId: string;
    name: string;
    description: string;
}
