export interface PiwikProWindow extends Window {
    _paq?: any;
    dataLayer?: any;
}
