import { PluginSystemContext } from "@prismicio/plugin-kit"; import { PluginOptions } from "../types.js"; type CheckIsTypeScriptProjectArgs = { helpers: PluginSystemContext["helpers"]; options: PluginSystemContext["options"]; }; export declare const checkIsTypeScriptProject: (args: CheckIsTypeScriptProjectArgs) => Promise; export {};