/** * Convert Type reference to simple string representation representing constructor shape * @param type Type reference to convert into string representation */ export declare function referenceToString(type: unknown): string;