/*! * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ export declare function error(message: string): never; export declare function assertNever(proof: never, message?: string): never; export declare function assert(expression: boolean, message?: string): void; //# sourceMappingURL=debug.d.ts.map