import CallableInstance from 'callable-instance'; import { TikTokWebClient } from '../lib'; export declare abstract class Route extends CallableInstance<[Args], Promise> { protected readonly webClient: TikTokWebClient; constructor(webClient: TikTokWebClient); abstract call(args: Args): Promise; } //# sourceMappingURL=route.d.ts.map