export interface Dictionary { [index: string]: T; } export declare const cleanRawInput: (rawInput: string) => string; //# sourceMappingURL=common.d.ts.map