import { IBizLabTemplate } from "@ibizlab/template"; /** * 加 运算助手 {{add 12 412}} {{add '124' '512'}} * * @export * @class Add */ export declare class Add { /** * Creates an instance of Add. * @param {IBizLabTemplate} template * @memberof Add */ constructor(template: IBizLabTemplate); } //# sourceMappingURL=add.d.ts.map