import { ResponseConfigInterface } from '../Library'; /** * Response configuration. * * Register your custom responses with stix. * This allows stix and stix modules to use your response classes (instead of the builtin classes) to create responses. */ export declare const response: ResponseConfigInterface;