export declare class EndpointValidator {
    static validateArray(endpoints: object[]): void;
}
