import type { CredentialsParams } from "../types/public"; export declare function checkAccessToken(accessToken: string): void; export declare function checkCredentials(params: Partial): string | undefined; //# sourceMappingURL=checkCredentials.d.ts.map