export declare const tryPkg: (pkg: string) => string | undefined; export declare const tryRequirePkg: (pkg: string) => T | undefined; export declare const isPkgAvailable: (pkg: string) => boolean; export declare const isTsAvailable: boolean; export declare const isAngularAvailable: boolean; export declare const isMdxAvailable: boolean; export declare const isReactAvailable: boolean; export declare const isSvelteAvailable: boolean; export declare const isVueAvailable: boolean; export declare const tryFile: (filePath?: string | string[] | undefined, includeDir?: boolean) => string; export declare const tryExtensions: (filepath: string, extensions?: string[]) => string; export declare const tryGlob: (paths: string[], options?: string | { absolute?: boolean | undefined; baseDir?: string | undefined; }) => string[]; export declare const identify: (_: T) => _ is Exclude; export declare const findUp: (searchEntry: string, searchFile?: string) => string; export declare const arrayify: (...args: T[]) => R[]; //# sourceMappingURL=helpers.d.ts.map