import type { CypherCompilable } from "../types"; export declare function isCypherCompilable(value: unknown): value is CypherCompilable;