export declare const $MarketplaceApplicationsGetResponse: {
    properties: {
        applications: {
            type: string;
        };
    };
};
