/** * Small helpers used to implement a gtag-compatible integration surface. * * Important: this code is a clean reimplementation of behaviors we need for compatibility * (e.g. cookie domain candidate ordering). */ export declare function getCookieDomainCandidates(hostname: unknown): string[]; export declare function stripTrailingSlashes(s: unknown): string;