import * as elements from '@yellicode/elements'; import { DefaultTypeNameProvider } from "@yellicode/elements"; export declare class AnsiSqlTypeNameProvider extends DefaultTypeNameProvider { protected getTypeNameForTypedElement(typedElement: elements.TypedElement, isDataType: boolean, isMultiValued: boolean): string | null; protected getTypeNameForType(type: elements.Type | null, isDataType: boolean): string | null; }