/**
 * Process an access request for this user and upload the result to Transcend
 *
 * @param userIdentifier - User identifier
 * @param nonce - Nonce to respond with
 * @param requestLink - Link to request
 */
export default function scheduleAccessRequest(userIdentifier: string, nonce: string, requestLink: string): Promise<void>;
//# sourceMappingURL=scheduleAccessRequest.d.ts.map