declare const initialiseClientId: () => Promise; declare const getClientId: () => Promise; export { initialiseClientId, getClientId };