import { type TCoreArgumentRoleState } from "../../lib/schemata/index.js"; export declare function readRoles(argumentId: string, version: number): Promise; export declare function writeRoles(argumentId: string, version: number, roles: TCoreArgumentRoleState): Promise; //# sourceMappingURL=roles.d.ts.map