import { ConfigPlugin } from '@expo/config-plugins';
declare const withBlaze: ConfigPlugin<{
    gprUsr?: string;
    gprKey?: string;
}> | void;
export default withBlaze;
