/** * Determines whether the code is running in a local development environment * with the Netlify CLI. It detects the `dev` and `serve` commands. */ export declare const isLocal: () => boolean;