import { APIMethods } from '../types.js'; declare function getColorizedApiMethod(method: APIMethods): string; export { getColorizedApiMethod };