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