declare type IdGenerator = (method: string) => number | string | null;
export default IdGenerator;
