export declare class PrintNodePrinter { id?: string; computer?: PrintNodeComputer; name?: string; description?: string; capabilities?: PrintNodeCapabilities; default?: string; createTimestamp?: string; state?: string; } export declare class PrintNodeComputer { id?: string; name?: string; inet?: string; inet6?: string; hostname?: string; version?: string; jre?: string; createTimestamp?: string; state?: string; } export declare class PrintNodeCapabilities { bins?: string[]; collate: boolean; copies: number; color: boolean; dpis?: string[]; duplex: boolean; extent?: number[][]; medias?: string[]; nup?: number[]; papers?: { [key: string]: (number | null)[]; }; printrate?: PrintNodePrintRate; supports_custom_paper_size: boolean; } export declare class PrintNodePrintRate { unit?: string; rate: number; } //# sourceMappingURL=printNodePrinter.d.ts.map