import { getAll as _getAll, getBoolean as _getBoolean, getNumber as _getNumber, getString as _getString, getValue as _getValue } from 'rxfire/remote-config';
export declare const getAllChanges: typeof _getAll;
export declare const getBooleanChanges: typeof _getBoolean;
export declare const getNumberChanges: typeof _getNumber;
export declare const getStringChanges: typeof _getString;
export declare const getValueChanges: typeof _getValue;
