export declare class SDK {
    static readonly type = "client";
    static readonly headerKeys: Readonly<{
        version: "x-sdk-version";
        type: "x-sdk-type";
    }>;
    static get version(): string | null;
    private static readonly _version;
}
//# sourceMappingURL=sdk.d.ts.map