export declare const $MarketplaceApplicationUpdate: {
    properties: {
        name: {
            type: string;
        };
        labels: {
            type: string;
            contains: {
                type: string;
            };
        };
        object_storage_path: {
            type: string;
        };
        category: {
            type: string;
        };
        publish: {
            type: string;
        };
        setup: {
            type: string;
        };
        metadata: {
            type: string;
        };
    };
};
