import type { Privacy } from './constants'; export declare function validatePrivacy(privacy: unknown): asserts privacy is Privacy;