/** * Constants for session recovery storage paths. * * Based on opencode-antigravity-auth recovery module. */ export declare const OPENCODE_STORAGE: string; export declare const MESSAGE_STORAGE: string; export declare const PART_STORAGE: string; export declare const THINKING_TYPES: Set; export declare const META_TYPES: Set; export declare const CONTENT_TYPES: Set; //# sourceMappingURL=constants.d.ts.map