import constructor from "./types/constructor"; export declare function formatErrorCtor(ctor: constructor<any>, paramIdx: number, error: Error): string;