import * as Contracts from "pi-contracts";
export * from "pi-contracts";
export * from "./SDKProxyMessages";
export declare class PISDK {
    Initialize(appId: string, appSecret: string, region: Contracts.PIRegion, environment: Contracts.PIEnvironment, responseListener: (error?: Contracts.PIException, token?: string) => void): void;
}
