/** * Specifies if debugging is enabled. * * @internal */ export declare function isDebugEnabled(queryParameters?: URLSearchParams): boolean; /** * Specifies if third party debugging is enabled. * * @param queryParameters - Optional URLSearchParams to use instead of reading from window.location * @returns true if third party debugging is enabled * * @internal */ export declare function is3PDebugEnabled(queryParameters?: URLSearchParams): boolean; //# sourceMappingURL=isDebugEnabled.d.ts.map