import { Container } from 'validup';
import type { Scope } from './entity.ts';
export declare class ScopeValidator extends Container<Scope> {
    protected initialize(): void;
}
//# sourceMappingURL=validator.d.ts.map