import type { ObjectLiteral } from '@authup/kit';
import type { ContainerOptions } from 'validup';
import { Container } from 'validup';
export declare class IdentityProviderAttributesValidator extends Container<ObjectLiteral> {
    constructor(options?: ContainerOptions<ObjectLiteral>);
    protected initialize(): void;
}
//# sourceMappingURL=attributes-validator.d.ts.map