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