export declare function configurable(targetFunction: Function, config: {
    [key: string]: any;
}): void;
