declare const getStringFlag: (code: string, defaultValue?: string) => string | Error;
export { getStringFlag };
