export declare const checkV9Deprecation: (modularFunction: () => void, nonModularFunction: () => void) => void;
export type CheckV9DeprecationFunction = (modularFunction: () => void, nonModularFunction: () => void, methodNameKey: string, uniqueMessage?: string | null, ignoreFirebaseAppDeprecationWarning?: boolean) => void;
export declare const createCheckV9Deprecation: (moduleNames: string[]) => CheckV9DeprecationFunction;
//# sourceMappingURL=unitTestUtils.d.ts.map