export declare enum NotificationTransports {
    APPSYNC_GRAPHQL = "appsync-graphql",
    APPSYNC_EVENT = "appsync-event"
}
