export declare const experimentalMethod: (methodName: string, className: string) => void; export declare const deprecatedMethod: (methodName: string, className: string, useName: string) => void;