export declare function propertiesVisitor(target: any, visitor: (properties: any[]) => any, visited?: any[], skip?: Array): void;