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

export { start };
