import type { HoverContext, HoverInfo } from "@intentius/chant/lsp/types"; /** * Provide hover information for Azure resource types and properties. */ export declare function azureHover(ctx: HoverContext): HoverInfo | undefined; //# sourceMappingURL=hover.d.ts.map