/** * Starts the entire process * @param config:ScullyConfig */ export declare const startScully: (url?: string) => Promise;