import { CallerType } from "./types";
export declare const createAccessToken: ({ signingKey, actorId, actorType, callerId, callerType, }: {
    signingKey: string;
    actorId: string;
    actorType: string;
    callerId: string;
    callerType: CallerType;
}) => Promise<string>;
//# sourceMappingURL=createAccessToken.d.ts.map