import { TokenPrefix } from ".."; export declare const getAppIdFromTokenPrefix: (tokenPrefix: TokenPrefix) => string; export declare const useToken: (managementApiUrl: string, tokenPrefix: TokenPrefix) => Promise; //# sourceMappingURL=token.d.ts.map