import { Exception } from './exception'; export declare class NoFilesToSyncException extends Exception { constructor(message: string); }