export declare const assertDefined: <T>(value: T | null | undefined, name: string) => T;
