export declare type onReadyParams = {
    isReady: boolean;
};
