export declare const formatSandboxError: (error: unknown) => string; export declare const rethrowSandboxError: ({ error, operation, sandboxPath, }: { error: unknown; operation: string; sandboxPath?: string | undefined; }) => never;