import { NotificationRequestInput } from './Notifications.types';
export default function scheduleNotificationAsync(request: NotificationRequestInput): Promise<string>;
