import type { AnyProp, ComplexProp } from '../types.js'; export declare const isComplexProp: (prop: AnyProp) => prop is ComplexProp;