export declare const getToken: (mintUrl: string, amount: number) => Promise; export declare const receiveToken: (token: string) => Promise;