import { Client as SDK } from '@nosana/sdk'; /** * The host-manager builds the access-key transaction, co-signs it with the * mint authority and submits it. We only sign it as fee payer. */ export declare class MarketAccessHandler { private sdk; constructor(sdk: SDK); submitAccessKey(accessKeyTx: string): Promise; private signAsFeePayer; }