export default function checkRegexPattern(str: string): boolean;
export declare function checkVMNameRegexPattern(str: string): boolean;
