export declare type CustomMessageType = { bundle: string; key: string; params: { [key: string]: any } | undefined; value: string; };