import WeaverDataStore from "./util/WeaverDataStore.js";
/**
 * Contains configuration-related methods of the weaver.
 */
export default class WeaverOptions {
    /**
     * @returns DataStore with the data of the current weaver
     */
    static getData(): WeaverDataStore;
    /**
     * @returns {java.util.Set<String>} with the languages supported by the current weaver
     */
    static getSupportedLanguages(): any;
}
//# sourceMappingURL=WeaverOptions.d.ts.map