export declare enum TargetEnum {
    INPUT = "input",
    OUTPUT = "output"
}
//# sourceMappingURL=TargetEnum.d.ts.map