export declare function ReadOnly(target: object, key: string | symbol): void; export declare const readonly: typeof ReadOnly;