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