import type { Context } from "../../typings.context.js"; import type { MultilineBlock } from "./typings.block.js"; /** * takes a fixable block and transform it into a singular string which * represents the fixed format of the block. */ export declare function formatBlock(fixable: MultilineBlock, context: Context): string; //# sourceMappingURL=util.format-block.d.ts.map