export declare function parseKeyValueOutput(output: string, separator: string): Record<string, string>;
