export declare type Notifier = (msg: string, status?: string | number, resOrErr?: any) => void; export declare type SyncCookiesOptions = { domain?: string; expires?: number; };