import { GoogleAuthService } from "./google-auth-service.js";
export declare abstract class GoogleBaseService {
    protected auth: GoogleAuthService;
    private initPromise;
    constructor();
    private initializeAuth;
    protected waitForInit(): Promise<void>;
}
