export declare const $MarketplaceApplicationMetadata: {
    properties: {
        components: {
            type: string;
            contains: {
                type: string;
            };
        };
        features: {
            type: string;
        };
        hints: {
            type: string;
        };
        icon: {
            type: string;
        };
        license: {
            type: string;
        };
        overview: {
            type: string;
        };
        terms_of_use: {
            type: string;
        };
        os: {
            type: string;
        };
        author: {
            type: string;
        };
        advices: {
            type: string;
        };
    };
};
