export declare class AssetsHandler { defaultFromDirPath: string; defaultToDirPath: string; ensureAssetsDir(): Promise; private copyDirectoryRecursive; processAssets(optionsArg?: { from?: string; to?: string; }): Promise; }