import ResChain from './ResponsibilityChain';
import Command from './Command';
declare const _default: {
    ResChain: typeof ResChain;
    singleCase: {
        singles: {
            [k: string]: any;
        };
        add(_class: any, classname?: string, ...args: any[]): void;
        del(key: string): void;
        clear(): void;
    };
    Command: typeof Command;
};
export default _default;
//# sourceMappingURL=index.d.ts.map