import type { SameSite } from '../../types/internal';
/**
 * Asserts that the string is cookie's sameSite property.
 */
export declare function assertStringIsSameSite(string: string): asserts string is SameSite;
