import { SeamHttp, SeamHttpWithoutWorkspace } from '@seamapi/http'; import { type AuthContext } from '../context.js'; export declare const getSeam: (auth?: AuthContext) => Promise; export declare const getSeamMultiWorkspace: (auth?: AuthContext) => Promise;