declare global { var __kitDotEnvPathMock: (() => string) | undefined; var __kenvPathMock: ((...parts: string[]) => string) | undefined; } export {};