import { type Node } from "@marko/language-tools"; import type { CompletionMeta, CompletionResult } from "."; /** * Provide completion for the closing tag. */ export declare function Tag({ node, offset, file: { parsed, code }, }: CompletionMeta): CompletionResult;