import type { Crystal } from './index'; export declare function is_crystal(obj: unknown): obj is Crystal;