export function formatSchemaType(str: string): string;
export function formatSchemaKey(type: string | undefined, schemaVersion: number | undefined): string;
export function inheritsFromCommon(key: string): boolean;
