export declare const openBrowser: () => void;
export declare const inspect: () => Promise<unknown>;
export default inspect;
