export declare function matchesCommandPath(commandPath: string[], pattern: readonly string[], options?: { exact?: boolean; }): boolean;