import { IEasyFirestoreModule } from '../declarations'; /** * Check the config for type errors for non-TypeScript users * * @export * @param {IEasyFirestoreModule} config * @returns {boolean} true if no errors, false if errors */ export default function (config: IEasyFirestoreModule): boolean;