import * as SmartstringDocker from "./smartstring.docker"; import * as SmartstringTypescript from "./smartstring.typescript"; import * as SmartstringIndent from "./smartstring.indent"; export { Domain } from "./smartstring.domain"; export { GitRepo } from "./smartstring.git"; export declare let docker: typeof SmartstringDocker; export declare let typescript: typeof SmartstringTypescript; export declare let indent: typeof SmartstringIndent;