import { BaseParameter } from "@atomist/automation-client"; /** * Validation pattern for Java identifiers * @type BaseParameter * @ModuleExport */ export declare const JavaIdentifierRegExp: Partial; /** * A useful parameter definition * @type BaseParameter * @ModuleExport */ export declare const JavaPackageRegExp: Partial; /** * A useful parameter definition * @type BaseParameter * @ModuleExport */ export declare const MavenArtifactIdRegExp: Partial; /** * A useful parameter definition * @type BaseParameter * @ModuleExport */ export declare const MavenGroupIdRegExp: Partial;