import { expect } from './chai'; import * as Nock from './nock'; import * as FancyTypes from './types'; export declare const fancy: FancyTypes.Base any); a2: { raiseIfNotThrown?: boolean | undefined; }; a3: {}; a4: {}; }; } & { env: { output: {}; a1: { [k: string]: string | null | undefined; }; a2: FancyTypes.EnvOptions; a3: {}; a4: {}; }; } & { stub: { output: { stubs: any[]; }; a1: any; a2: string; a3: any; a4: {}; }; } & { stderr: { output: { readonly stderr: string; }; a1: { print?: boolean | undefined; stripColor?: boolean | undefined; }; a2: {}; a3: {}; a4: {}; }; } & { stdout: { output: { readonly stdout: string; }; a1: { print?: boolean | undefined; stripColor?: boolean | undefined; }; a2: {}; a3: {}; a4: {}; }; } & { nock: { output: { error?: Error | undefined; nock: number; }; a1: string; a2: Nock.nock.Callback | Nock.nock.Options; a3: Nock.nock.Callback; a4: {}; }; }>; export declare type Fancy = typeof fancy; export { expect, FancyTypes, }; export default fancy;