export declare class OverwriteDto { id: string; type: 0 | 1; allow: string; deny: string; constructor(id: string, type: 0 | 1, allow: string, deny: string); }