export declare function getUserContextData({ username, userPoolId, userPoolClientId, }: {
    username: string;
    userPoolId: string;
    userPoolClientId: string;
}): {} | undefined;
