/** * Util to determine if a file path is a solidity file */ export declare const isSolidity: (fileName: string) => boolean;