import type { Gcdata } from './GameChanger.js'; import { ComfortMote, ParserResult } from './cl2.shared.types.js'; import type { BschemaRoot } from './types.js'; export interface ComfortUpdateResult extends ParserResult<{ description?: string; unlockedDescription?: string; }> { } export declare function listComforts(gcData: Gcdata): ComfortMote[]; export declare function isComfortMote(mote: any): mote is ComfortMote; export declare function getComfortMote(gcData: Gcdata, moteId: string): ComfortMote | undefined; export declare function getComfortSchema(gcData: Gcdata): BschemaRoot | undefined; export declare const linePatterns: string[]; //# sourceMappingURL=cl2.comfort.types.d.ts.map