import type { BaseMessageToPreview, BaseMessageFromPreview, InjectFunction } from "./types";
/**
 * Be very, very careful when editing this function.
 * Before it is called, this function is stringified, then evaled inside the Preview iFrame.
 * Referencing ANY variables outside of this function will not work.
 */
export declare const injectAndInvokeInsidePreview: InjectFunction<BaseMessageToPreview, BaseMessageFromPreview>;
