export declare const SYNC_INTERVAL = 5000; export declare const LOCAL_TRASH_NAME: string; export declare const DEFAULT_IGNORED: { names: string[]; extensions: string[]; absoluteGlobs: string[]; relativeGlobs: string[]; };