import { DomainObject } from "./domain-object"; import { GatewayPrinter } from "./gateway-printer"; export declare class GatewayPrinterSetting extends DomainObject { Value?: string | undefined; ValueType?: string | undefined; ProtectedValue?: boolean | undefined; GatewayPrinterId?: string | undefined; GatewayPrinter?: GatewayPrinter | undefined; } //# sourceMappingURL=gateway-printer-setting.d.ts.map