/** * Airtable URL regex pattern * Matches: airtable.com/shrXXX or airtable.com/embed/shrXXX * Captures the share ID (starting with shr) in group 1. */ export declare const AIRTABLE_REGEX: RegExp; export declare const airtableProvider: import('../types').EmbedDefinition;