/** * Prepend `` blocks for `@file:` references before the raw user text. */ export declare function expandAtFileMentionsInPlainText(text: string, workspaceRoot: string): Promise;