export declare function getPreviewStylesheetLink(): string; export declare function getDevStyles(nonce?: string): string; export declare function getDevScripts(_hmrPort?: number, nonce?: string): string; export declare function getProdScripts(_slug: string, nonce?: string): string; interface StudioScriptOptions { projectId: string; pageId: string; pagePath?: string; nonce?: string; /** Hash of source code for sync detection with Navigator tree */ sourceHash?: string; /** WebSocket URL for direct Yjs connection from the bridge */ wsUrl?: string; /** Yjs document GUID for the bridge to join the same room */ yjsGuid?: string; } export declare function getStudioScripts(options: StudioScriptOptions): string; export {}; //# sourceMappingURL=dev-scripts.d.ts.map