import type { SsgwSign } from './types'; export { SSGW_INTERPRETATION_FIELDS } from './types'; export type { SsgwInterpretation, SsgwInterpretationField, SsgwSign } from './types'; export declare const SSGW_SIGNS: SsgwSign[];