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