export declare const isValidNamedPackage: (name: string) => boolean;
/**
 * Checks if a type contains valid named packages.
 * This DOES NOT check if the type is a valid Move type.
 */
export declare const isValidNamedType: (type: string) => boolean;
