/** * @returns The Webflow Site ID of the website. * @param page The page to get the site ID from. Defaults to the current page. */ export declare const getSiteId: (page?: Document) => string | null;