import * as path from 'path'; import * as child_process from 'child_process'; export { path, child_process }; import * as smartfs from '@push.rocks/smartfs'; import * as smartpath from '@push.rocks/smartpath'; import * as smartpromise from '@push.rocks/smartpromise'; export { smartfs, smartpath, smartpromise }; export declare const ffmpegBinaryPath: string; export declare const ffprobeBinaryPath: string;