import type { Descriptor } from "../../models/descriptor.ts"; export declare function stringifyDescriptor(descriptor: Descriptor): string;