/** * ./src/classes/ovary.d/bind-live-fs.ts * penguins-eggs v.25.7.x / ecmascript 2020 * author: Piero Proietti * email: piero.proietti@gmail.com * license: MIT */ import Ovary from '../ovary.js'; /** * Esegue il bind del filesystem live e * crea lo script bind */ export declare function bindLiveFs(this: Ovary): Promise; /** * ubind del fs live * @param verbose */ export declare function uBindLiveFs(this: Ovary): Promise;