/**
 * Type representing a unique request thumbprint.
 */
export declare type RequestThumbprint = {
    clientId: string;
    authority: string;
    scopes: Array<string>;
    homeAccountIdentifier?: string;
};
//# sourceMappingURL=RequestThumbprint.d.ts.map