import type { KlawConfig } from "../../config/types.klaw.js"; export declare function resolveGatewayTokenForDriftCheck(params: { cfg: KlawConfig; env?: NodeJS.ProcessEnv; }): Promise;