/** @internal Resolves the password without printing. */ export declare function getPassword(): string; /** * Resolves the dashboard password, sets it as LOWLANDER_DASHBOARD_PASSWORD in * the environment (so spawned worker threads inherit it), and prints it once if * it was not already configured via the env var. * @internal */ export declare function initPassword(): string; //# sourceMappingURL=password.d.ts.map