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