/** * トーストのインスタンス数 * トーストの内部処理をいじるとき以外は触らないこと */ export declare const currentIndexNum: import('vue').Ref; export declare function useToast(toastTitle: string, toastMovingTime?: number, toastType?: 'success' | 'error'): void; //# sourceMappingURL=index.d.ts.map