import { FileContext } from "@wix/wix-code-common"; declare const getDocworksDTSFolderPath: (typesPath: string, fileContext: FileContext) => string; declare const getStableWixPackages: () => string[]; declare const getBetaOnlyWixPackages: () => string[]; declare const getDocworksCommitId: () => string; declare const getDocworksModulesToIgnore: () => string[]; export { getDocworksDTSFolderPath, getStableWixPackages, getBetaOnlyWixPackages, getDocworksCommitId, getDocworksModulesToIgnore, }; //# sourceMappingURL=utils.d.ts.map