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