import { ChannelError } from "./ChannelError";
export declare class InvalidEnvVariableError extends ChannelError {
    /**
     * @param envVariable The name of the env variable
     * @param type The type of env variable
     */
    constructor(envVariable: string, type: string);
}
//# sourceMappingURL=InvalidEnvVariableError.d.ts.map