/** * URL checker utilities for Confluence content types. * * Exported via the `@atlaskit/editor-card-provider/url-checkers` subpath * so consumers don't have to depend on the barrel file. */ /** * Returns `true` when the given URL points to a Confluence Slides page. */ export declare const isConfluenceSlideUrl: (url: string) => boolean;