import type { ElementDefinition } from "./types.ts"; export declare function isElementDefinition = ElementDefinition.Unknown>(value: unknown): value is T; //# sourceMappingURL=typeGuards.d.ts.map