import type { SamePageAPI } from "../internal/types"; declare const getSamePageAPI: () => Promise; export default getSamePageAPI;