/** Key and value, with proper key strings */
export interface SafeKeyValueString {
    /**  */
    key: string;
    /**  */
    value: string;
}
//# sourceMappingURL=SafeKeyValueString.d.ts.map