declare type Attribute = {
    name: Attribute | string;
    values: string | string[];
};
export declare type DenylistConfig = {
    attributes?: Attribute[];
};
export declare type FullDenylistConfig = DenylistConfig | boolean;
export {};
//# sourceMappingURL=index.d.ts.map