import { MbNode, NodeOrText } from '../utils/node.js'; export declare function getVslotShorthandName(node: NodeOrText): string; export declare function shiftSlotNodeDeeper(node: MbNode): void; export declare function transformOldSlotSyntax(node: MbNode): void; //# sourceMappingURL=vueSlotSyntaxProcessor.d.ts.map