export declare const $MarketplaceApplicationImport: {
    properties: {
        unique_hash: {
            type: string;
            isRequired: boolean;
        };
    };
};
