/** * Google Drive URL regex pattern * Matches: drive.google.com/file/d/FILE_ID, drive.google.com/file/d/FILE_ID/view, etc. * Captures the file ID in group 1. */ export declare const GOOGLE_DRIVE_REGEX: RegExp; export declare const googleDriveProvider: import('../types').EmbedDefinition;