/** * * @param * @returns */ export declare function filepathSet(fileLocations: string[], resourcePaths?: string[]): string[]; /** * Create a set from the difference of filepath set A from filepath set B. Remaining filepaths will be unique to set B */ export declare function filepathDifferenceSet(fileLocation_A: string, fileLocation_B: string, resourcePaths: string[]): string[];