import { Configuration } from '../Configuration.js'; import { ParseMethod } from '../Types.js'; export declare const CancelMethods: { [key: string]: ParseMethod; }; export declare const CancelConfiguration: Configuration;