export declare type MarketplaceApplicationImport = {
    /**
     * unique hash to allow user to import the self-created marketplace application
     */
    unique_hash: string;
};
