export interface FlinksCodes { [key: string]: string; } declare const flinksCodes: FlinksCodes; export { flinksCodes };