import { IdentityProvider } from "../idp";
export declare function doCommonAdapterTest(idp: IdentityProvider): void;
