import type { ReplyPayload } from "../types.js"; export declare function hasLineDirectives(text?: string | null): boolean; export declare function parseLineDirectives(payload: ReplyPayload): ReplyPayload;