import type { RuleModule } from '../../types'; /** * SC2164: Use `cd ... || exit` or `cd ... || return` to handle cd failure. * If `cd` fails, subsequent commands run in the wrong directory. */ export declare const noCdWithoutCheckRule: RuleModule;