export declare function getGeneratedTransaction(tx: string, collectionIdentifer: string, vaultIdentifier: string, merchantAddress: string): Promise; export declare function getAllCollections(): Promise; export declare function getCollections(batch: [string, string] | null): Promise; export declare function getCollectionsCount(): Promise; export declare function getSupportedGeneratedTransactions(): Promise;