/// import './src/component-fixture'; import { initializeSnapshots } from './src/env'; declare global { namespace jasmine { interface Matchers { toMatchSnapshot(): void; } } } export { initializeSnapshots }; export declare function load(module: NodeModule): void; export declare function save(): void;