export { getConfig, setConfig } from './config.js';
export { verify } from './verify.js';
export { Config, VerifyOptions } from './interfaces.js';
