export declare const MISSING_PARAMETER_ERRORMSG = "'{0}' parameter was not provided!";
export declare function assert(validCondition: boolean | undefined | null, errorMessage: string, consoleOnly?: boolean): void;
