import type { LensPlatformClientType } from "./index"; export declare class Base { lensPlatformClient: LensPlatformClientType; constructor(lensPlatformClient: LensPlatformClientType); }