exportdeclarefunctiongetVersion(): string;
/**
* We use pkg to create standalone builds (binaries).
* pkg uses `process.pkg` to identify itself at runtime so we can do the same.
* https://github.com/vercel/pkg
*/exportdeclarefunctionisStandaloneBuild(): boolean;