import { SetupAuthGlobalOptions } from "../../../types/index.js";
export type GcpSetupServiceAccountOptions = SetupAuthGlobalOptions;
export declare function gcpCheckServiceAccountOptions(options: GcpSetupServiceAccountOptions): Promise<{
    success: boolean;
    error?: string;
}>;
