import { CallChain as BaseCallChain } from '@devextreme-generator/core'; import { toStringOptions } from '../types'; export declare class CallChain extends BaseCallChain { toString(options?: toStringOptions): string; }