/** * Returns the value of a cookie from a given cookie store. * * @returns The value of the cookie, if it exists. */ export declare const getPreviewCookie: () => string | undefined;