export interface MXCreativeConsoleInputService {
    handleInput(reportId: number, data: Uint8Array): void;
}
//# sourceMappingURL=interface.d.ts.map