import { RupantorOptions, RupantorResult } from './types';
export declare function rupantor(options: RupantorOptions): Promise<RupantorResult>;
