import type { Value } from './proto3ToRows'; /** * @description Parses a value based on its column type * @see https://github.com/planetscale/airbyte-source/blob/v1.32.0/cmd/internal/types.go#L156 */ export declare function parseValue(val: Value, type: string): Value;