import { Group } from "../../group.js";
import { PlainSchema } from "./schema.js";
import { GroupConfig } from "../../types.js";
export declare class PlainGroup extends Group<PlainSchema> {
    static config: () => GroupConfig<PlainSchema>;
    constructor();
}
