export declare const DOCS_HOST = "https://docs.openreplay.com";
export declare function deprecationWarn(nameOfFeature: string, useInstead: string, docsPath?: string): void;
export declare function hasOpenreplayAttribute(e: Element, attr: string): boolean;
