export declare const MAX_SITE_NAME_LENGTH = 63;
export declare const validateSiteName: (value: string) => string;
export declare const getGeoCountryArgParser: (exampleCommand: string) => (arg: string) => string;
//# sourceMappingURL=validation.d.ts.map