import type { Token } from "./types.js"; export declare function formatModule(tokens: readonly Token[]): string; //# sourceMappingURL=formatter.d.ts.map