import {ActionFunction} from '@shopify/remix-oxygen'
import {LoaderFunction} from '@shopify/remix-oxygen'

/**
 * A `POST` request to this route will exit preview mode
 */
export declare const action: ActionFunction

/**
 * A `GET` request to this route will enter preview mode
 */
export declare const loader: LoaderFunction

export {}
