import type { LocatorInfo } from 'locter';
export declare function resolveFilePatterns(filesPattern: string[], root?: string): Promise<string[]>;
export declare function resolveFilePaths(filePaths: string[], root?: string): string[];
/**
 * Exported only for testing purposes
 */
export declare function buildFilePathname(files: LocatorInfo[]): string[];
