/** * Returns a valid Webflow project staging URL. */ export declare const getSiteStagingUrl: (origin?: boolean, stagingName?: boolean) => Promise;