import { Log, Options } from './types';
type Input = {
    projectPath?: string;
    nativePath?: string;
    log?: Log;
    options?: Options;
};
declare const _default: ({ projectPath, nativePath, log, options, }: Input) => Promise<void>;
export default _default;
