export declare const getCodeFrame: (message: string, { url, line, column }: { originalUrl: string; url: string; line: number | string; column: number | string; }) => Promise;