export declare class TeamNotFoundError extends Error {
    constructor(message: string);
}
