export interface IISAPrintable {
    Print(): string;
    PrintCompact(): string;
}
//# sourceMappingURL=Printer.fs.d.ts.map