export declare function fetchProjectModels(): Promise<{
    accuracy: string;
    benchmark: any;
    categories: any;
    created_at: string;
    dataset: string;
    dataset_url: any;
    deleted: boolean;
    deprecated: boolean;
    description: string;
    failed: boolean;
    final: boolean;
    id: string;
    inference_time: number | null;
    labels: any;
    license: string;
    mean_average_precision_top_1: number | null;
    mean_average_precision_top_5: number | null;
    media: any;
    model_parameters: any;
    public: boolean;
    size: number;
    updated_at: string;
    uuid: string;
    version: number;
    website_url: string;
    primary_information: any;
    secondary_information: any;
    device_support: any;
}[]>;
export declare function addModelToProject(modelId: string): Promise<void>;
export declare function removeModelFromProject(modelId: string): Promise<void>;
//# sourceMappingURL=models.d.ts.map