export default interface IFragment {
    build(): string;
}
//# sourceMappingURL=IFragment.d.ts.map