import * as Hackle from "../index.browser"; declare type Client = typeof Hackle; export interface GtmClient extends Client { (clientName: string, command: string, key: string, properties: any): void; } export {};