export * from './constants'; export * from './types'; export declare const logger: import("@plastichub/core/debug").Logger; import { IObjectLiteral } from "@plastichub/core"; export declare const substitute: (alt: boolean, template: string, vars: IObjectLiteral) => any;