declare function start(storeCandidate?: string): Promise<void>;

export { start };
