export declare function FRIEND(symbol: Symbol, get?: boolean, set?: boolean): (target: any, key: string, descriptor?: PropertyDescriptor) => void;
