export type TRunnerViews = "live" | "test" | "preview"; export declare function verifyView(view: string | undefined): TRunnerViews;