import { SetupAuthGlobalOptions } from "../../../types/index.js";
export type GcpSetupOAuthOptions = SetupAuthGlobalOptions;
export declare function checkOptions(options: GcpSetupOAuthOptions): Promise<void>;
