import { ClientPerspective } from "@sanity/client";
/**
 * @internal CAUTION: this is an internal action and does not follow semver. Using it directly is at your own risk.
 */
declare function perspectiveChangeAction(perspective: ClientPerspective): Promise<void>;
/**
 * @internal CAUTION: this is an internal action and does not follow semver. Using it directly is at your own risk.
 */
declare function variantChangeAction(variant: string | undefined): Promise<void>;
export { perspectiveChangeAction, variantChangeAction };
//# sourceMappingURL=index.d.ts.map