/**
 * Reads all files included in the provided contract
 * Available only in Node.js
 * @param path - a path to the main contract source code
 * @category contract
 */
export default function getFileSystem(path: string): Promise<Record<string, string>>;
