import { StubGenerator } from '../interfaces';
export declare const STUB_GENERATOR_METHODS: (keyof StubGenerator)[];
