export default class Context {
    /**
     * Create a new instance of the current context and shallow clone all properties.
     */
    clone(...args: any[]): this;
}
//# sourceMappingURL=Context.d.ts.map