export declare function getIdentityFromTOF(headers: Record<string, string>, key: string): Promise<{
    staffid: any;
    staffname: any;
}>;
