import type { OptionalOptions } from "./types"; export declare const obfuscateCli: () => Promise; export type { OptionalOptions as Options };