/** Hosted Studio origins trusted for iframe messaging and embedding. */ export declare const HOSTED_STUDIO_ORIGINS: readonly ["https://veryfront.com", "https://veryfront.org"]; /** Resolve a trusted Studio origin, including localhost development origins. */ export declare function resolveTrustedStudioOrigin(origin: string): string | null; /** Inline helper used by generated browser scripts. */ export declare function studioTargetOriginHelperSource(): string; //# sourceMappingURL=studio-origin-policy.d.ts.map