import { Ydb } from 'ydb-sdk-proto';
import IValue = Ydb.IValue;
export declare function uuidToValue(uuid: string): IValue;
export declare function uuidToNative(value: IValue): string;
//# sourceMappingURL=uuid.d.ts.map