Something like this should work: ```let serviceAccountPrivateKey: TypeOfThePrivateKeyType; if (con...
a
Something like this should work:
Copy code
let serviceAccountPrivateKey: TypeOfThePrivateKeyType;

if (config.createServiceAccount) { ... }

export serviceAccountPrivateKey;