export declare const isValidNamedPackage: (name: string) => boolean;
export declare const isValidNamedType: (type: string) => boolean;
