import type { Attachment } from '@cucumber/messages'; export declare function useText(attachment: Attachment): { title: string; loading: boolean; content: string; error: string | Error | undefined; }; //# sourceMappingURL=useText.d.ts.map