import { ToastDuration } from '../shared/native/types'; /** Native toast. Resolves `false` when unavailable so the caller renders its web toast. */ export declare function showNativeToast(message: string, duration?: ToastDuration): Promise; //# sourceMappingURL=toast.d.ts.map