import type { RuleModule } from '../../types'; /** * SC2059/SC2086: Prefer printf over echo -e / echo -n. * echo behavior varies across shells and platforms; printf is portable and predictable. */ export declare const preferPrintfRule: RuleModule;