export declare function is_editor_connected_for_project(project_path: string): Promise; export declare function enforce_loaded_edit_protection(file_path: string, bypass: boolean | undefined, project_path?: string): Promise<{ allowed: boolean; error?: string; }>; //# sourceMappingURL=loaded-protection.d.ts.map