importtype { Rule } from"../types.js";
/**
* Get forced leading for rule
* @param rule to parse
* @return transform function applying the leading
*/exportdefaultfunctiongetLeadingBlankFn(rule?: Rule): (input: string) =>string;
//# sourceMappingURL=leading-blank-fn.d.ts.map