/** * Google Slides URL regex pattern * Matches: docs.google.com/presentation/d/PRESENTATION_ID/... * Captures the presentation ID in group 1. */ export declare const GOOGLE_SLIDES_REGEX: RegExp; export declare const googleSlidesProvider: import('../types').EmbedDefinition;