import { Value } from "google-protobuf/google/protobuf/struct_pb";
export declare const mapToValue: (source: string) => Value;
export declare const mapToValueMap: (obj: Record<string, string>) => Map<string, Value>;
