import { ToastStates } from '../interface'; export declare function findToast(state: ToastStates, id: string): { index: number; };