export declare const errorMissingPrefix = "Missing --prefix flag. It's a good practice to specify a 2-3 character prefix for use with your project's component selectors and certain shared class/module names. Example: nx g @nstudio/xplat:init --prefix=foo"; export declare const errorXplat = "You have the xplat tools installed but have yet to generate it. Before generating apps you should generate xplat first. Example: nx g @nstudio/xplat:init --prefix=foo"; export declare function unsupportedPlatformError(platform: string): string; export declare function unsupportedPlatformErrorWithNxNote(platform: string, generator: string): string; export declare function noXplatLayerNote(platform: string): string; export declare function unsupportedFrameworkError(framework: string): string; export declare function unsupportedHelperError(helper: string): string; export declare function helperTargetError(helper: string): string; export declare function helperMissingPlatforms(): string; export declare function missingArgument(argName: string, description?: string, example?: string): string; export declare function noPlatformError(): string; export declare function platformAppPrefixError(): string; export declare function generatorError(type: string): string; export declare function generateOptionError(type: string, missingFeature?: boolean): string; export declare function needFeatureModuleError(modulePath: string, featureName: string, optionName: string, isOnlyProject?: boolean): string; export declare function optionsMissingError(error: string): string; export declare function noteAboutXplatSetupWithFramework(framework: string, platform: string): string;