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