import { BacktraceAttachment } from './BacktraceAttachment'; export declare class BacktraceStringAttachment implements BacktraceAttachment { readonly name: string; readonly data: string; constructor(name: string, data: string); get(): string; }