import { JavaClass } from "java-bridge"; import { Class as java_lang_Class } from "./../../lang/Class"; /** * This class just defines types, you should import WatchEvent$Kind instead of this. * This was generated by java-bridge. * You should probably not edit this. */ export declare class WatchEvent$KindClass extends JavaClass { /** * @return original return type: 'java.lang.String' */ name(): Promise; /** * @return original return type: 'java.lang.String' */ nameSync(): string | null; /** * @return original return type: 'java.lang.Class' */ type(): Promise; /** * @return original return type: 'java.lang.Class' */ typeSync(): java_lang_Class | null; } declare const WatchEvent$Kind_base: typeof WatchEvent$KindClass; /** * Class java.nio.file.WatchEvent$Kind. * * This actually imports the java class for further use. * The class WatchEvent$KindClass only defines types, this is the class you should actually import. * Please note that this statement imports the underlying java class at runtime, which may take a while. * This was generated by java-bridge. * You should probably not edit this. */ export declare class WatchEvent$Kind extends WatchEvent$Kind_base { /** * Private constructor to prevent instantiation * as this is either an abstract class or an interface */ private constructor(); } export default WatchEvent$Kind; //# sourceMappingURL=WatchEvent$Kind.d.ts.map