import type { types as t } from "@marko/compiler";
declare const _default: {
    translate: {
        exit(this: unknown, comment: t.NodePath<t.MarkoComment>): void;
    };
};
export default _default;
