export declare class ComposerDebugService {
    services: any;
    constructor();
    cmd(cmd: string, data?: any): any;
    bindings(sys: string): void;
    exec(options: any): void;
    help(): void;
}
