/** The stored managed-offload org token, if the machine is logged in. */ export declare function readOffloadToken(): string | undefined; /** Persist (or, with `null`, clear) the managed-offload org token at `0600`. */ export declare function writeOffloadToken(token: string | null): void; //# sourceMappingURL=credentials.d.ts.map