import { BinanceSignedClient } from '../../../clients'; export interface TemplateResponse { coin: string; } export declare function template(client: BinanceSignedClient): Promise;