import { GcpAuthenticatedIdentity } from "../../../providers/gcp/creds/identity.js";
import { gcpViewOptions } from "./options.js";
export declare function gcpViewServiceAccount(_options: gcpViewOptions, _identity: GcpAuthenticatedIdentity): Promise<void>;
