import { Client } from '../../client';
import type { TokenCreator, TokenCreatorRobotOptions } from '../type';
export declare function createTokenCreatorWithRobot(options: Omit<TokenCreatorRobotOptions, 'type'>, client?: Client): TokenCreator;
//# sourceMappingURL=robot.d.ts.map