import { IAdvancedStore } from '../../../types'; declare type PropsType = { store?: IAdvancedStore; }; export declare const processDeprecationLogs: ({ store }: PropsType) => void; export {};