export declare const StoreReadyAction: {
    type: string;
};
export declare const RESET = "PRIVATE_APP::RESET";
export interface ResetAction {
    readonly type: typeof RESET;
}
