import * as ts from "typescript";
export declare function analyseScript(path: string, { target }?: {
    target?: ts.ScriptTarget | undefined;
}): Promise<Record<"secrets" | "exports" | "requires", string[]>>;
//# sourceMappingURL=analyse.d.ts.map