/** * Provides path to '.mosaic' configuration file. * Path to file provided based on the location of `yarn.lock`. */ export declare const getExtensionConfigPath: () => string; /** * Creates `.mosaic` configuration file with list of libraries, that provide extension for Mosaic CLI. */ export declare const createExtensionConfig: () => Promise;