export const createRemoteJWKSet = () => { return async () => ({}) as never; }; export const jwtVerify = async () => { return { payload: {} }; };