/** * Entire package declaration, of form 'package com.foo.bar;' * @type {string} */ export declare const JavaPackage = "//packageDeclaration"; export declare const JavaImports = "//importDeclaration"; /** * Return path expression to full annotation node, without breaking down further * @param {string} name * @return {string} */ export declare function annotationsOnJavaClass(name: string): string; export declare function javaClassDeclarationWithName(name: string): string;