export declare function getModels(props: {
    yes: boolean;
    projectUuid?: string;
}): Promise<{
    accuracy: string;
    created_at: string;
    dataset: string;
    deleted: boolean;
    deprecated: boolean;
    description: string;
    failed: boolean;
    final: boolean;
    id: string;
    inference_time: number | null;
    license: string;
    mean_average_precision_top_1: number | null;
    mean_average_precision_top_5: number | null;
    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;
}[]>;
//# sourceMappingURL=get-models.d.ts.map