declare function _exports(type: any, phase: any): {
    source: string;
    node: (n2k: any, state: any) => string;
    filter: (n2k: any, state: any) => boolean;
}[];
export = _exports;
//# sourceMappingURL=quantities.d.ts.map