export declare const AUTOTOOL_MARK = "managed-by-autotool"; /** * @deprecated remove */ export declare const OLD_MARK = "autogenerated"; export declare const isManagedContent: (content: string, mark?: string) => boolean; export declare const isManagedFile: (path: string, mark?: string) => Promise; //# sourceMappingURL=is-managed-file.function.d.ts.map