export declare const options: {
    dryRun: boolean;
    quiet: boolean;
    from: string;
    output: string;
    search: string[];
};
