export declare const findSOffice: ({ preferredPath, }?: { preferredPath?: string; }) => Promise<{ readonly path: string; }>;