import type { Descriptor } from "../../models/descriptor.ts"; export declare function getIsDescriptor(value: unknown): value is Descriptor;