import { Target } from '@sasjs/utils'; import { SasFileType } from './'; export declare const identifySasFile: (target: Target, sourcePath: string) => Promise;