export declare const promptEditorHelper: ({ NETLIFYDEVLOG, chalk, config, log, repositoryRoot, state }: {
    NETLIFYDEVLOG: any;
    chalk: any;
    config: any;
    log: any;
    repositoryRoot: any;
    state: any;
}) => Promise<void>;
//# sourceMappingURL=editor-helper.d.ts.map