/** * Get the mapped TypeScript type for the given original OpenAPI type. * @param originalType - Original OpenAPI type, to get a mapping for. * @param format - Optional format of the OpenAPI type. * @returns The mapped TypeScript type. * @internal */ export declare function getType(originalType: string | undefined, format?: string): string;