/**
 * Ensure the provided audio or texture groups exist in the YYP file.
 * If they already exist, no operation will be performed.
 */
export declare function ensureGroups(yypPath: string, kind: 'audio' | 'texture', names: string[]): Promise<{
    result: 'created' | 'noop';
}>;
//# sourceMappingURL=groups.d.ts.map