/**
 * Extracts the publish date of a Webflow site
 * @returns A Date object, if found.
 * @param page The page to get the publish date from. Defaults to the current page.
 */
export declare const getPublishDate: (page?: Document) => Date | undefined;
