/**
 * Transforms all paths matching `ContractName(\.sol)?/ContractName.ext`
 */
export declare function shortenFullJsonFilePath(path: string, allPaths: string[]): string;
