/**
 * Metadata of application
 */
export declare type MarketplaceApplicationMetadata = {
    components?: Array<string>;
    features?: string;
    hints?: string;
    icon?: string;
    license?: string;
    overview?: string;
    terms_of_use?: string;
    os?: string;
    author?: string;
    advices?: string;
};
