export function getIntegerFlagFactory(req?: import('next').NextApiRequest, res?: import('next').NextApiResponse): getIntegerFlag; export type getIntegerFlag = (code: string, defaultValue: number) => Promise; //# sourceMappingURL=getIntegerFlag.d.ts.map