import { AnyAction } from 'redux';
import { Toast } from '@shopify/app-bridge/actions';
import { ToastStore } from './types';
export declare const defaultToastStore: {};
export default function toastReducer(state: ToastStore | undefined, action: Toast.ToastAction | AnyAction): ToastStore;
