import MessageBus from '../../utility/message-bus/messageBus'; /** * Sets up the `printWindow` capability for printing the current page. * Triggers the browser's print dialog. Not supported in mobile app environments. * * @param messageBus - The platform message bus for feature communication * @param teardowns - Array to collect cleanup functions for unsubscribing * * @internal */ export default function printWindowSetup(messageBus: MessageBus, teardowns: (() => void)[]): void; //# sourceMappingURL=printWindow-setup.d.ts.map