export declare namespace GoogleVision {
    type LabelAnnotation = {
        score: number;
        description: string;
    };
}
