import { QueueItem } from './utils';
export interface PiwikProWindow {
    _paq?: QueueItem[];
    IS_DEBUG?: boolean;
    [key: string]: unknown;
}
