1 2 3 4
/** * Parser for the `check-ignore` command - returns each file as a string array */ export declare const parseCheckIgnore: (text: string) => string[];