import { ClientSDK, RequestOptions } from "../lib/sdks.js";
import { GetV2SelfResponse } from "../models/operations/getv2self.js";
export declare class Meta extends ClientSDK {
    /**
     * Identify
     *
     * @remarks
     * Identify the current access token, the workspace it is linked to, and any permissions it has.
     */
    identify(options?: RequestOptions): Promise<GetV2SelfResponse>;
}
//# sourceMappingURL=meta.d.ts.map