export declare const STATE_CHANGE_TYPE: {
    readonly changePage: "changePage";
};
