/** * get the java main class name. */ export declare const getMainClassName: ({ baseName }: { baseName: string; }) => Capitalize | "Application";