/** Hosted Chirp explorer (`/demo/` or the production `/demo/` URL). */ export declare function isDemoLink(link: string): boolean; /** Demo CTAs leave the docs page — always open a new tab. */ export declare function withDemoLinkOpenAttrs(href: string, attrs?: Record): Record;