/**
 *
 * @param target
 * @param prototype
 */
export declare function fixProto(target: Error, prototype: {}): void;
export declare function fixStack(target: Error, fn?: Function): void;
