export declare function noop(): void; export declare function invokeTaskCallback(): (target: any, propertyKey: string, descriptor: PropertyDescriptor) => void; export declare function safeAccess(props: any, keys: string[] | string, def?: any): any;