/**
 * Produces an error to indicate that the `stage` could not be determined for the
 * given path and associated ENV variables.
 */
export declare function notReady(name: string): void;
