import type { PlatformDefs } from "./types.js";
export declare function parseKeyGroups(defs: PlatformDefs, value: string): string[][];
