import BuyResult from './BuyResult';
/**
 * Shortcut for Sender.buy.
 */
export declare function buyContent(uri: string, account: string, password: string): Promise<BuyResult>;
