/** Validates the url passed by the consumer */
export declare function validateUrl(url: string): string | boolean;
/** Validates the app name */
export declare function validateAppAndDirName(name: string, cwd: string): boolean;
