import { ValueConverter } from "@odata2ts/converter-api";
export declare const int64ToBigIntConverter: ValueConverter<string, bigint>;
