/**
* Returns the value of a cookie from a given cookie store.
*
* @paramcookieJar - The stringified cookie store from which to read the
* cookie.
*
* @returns The value of the cookie, if it exists.
*/exportdeclareconstgetPreviewCookie: (cookieJar: string) =>string | undefined;