import * as oclifTest from '@oclif/test'; import { command, Config, expect, FancyTypes } from '@oclif/test'; import { Config as OclifConfig } from '@oclif/core'; import { AuthFields } from '@salesforce/core'; import { TestContext } from '@salesforce/core/lib/testSetup'; import { AnyJson, Dictionary, JsonMap } from '@salesforce/ts-types'; import { loadConfig } from '@oclif/test/lib/load-config'; declare const $$: TestContext; declare const test: oclifTest.FancyTypes.Base any), opts?: { raiseIfNotThrown?: boolean | undefined; } | undefined]; }; } & { env: { output: unknown; args: [env: { [k: string]: string | null | undefined; }, opts?: oclifTest.FancyTypes.EnvOptions | undefined]; }; } & { stub: { output: { stubs: any[]; }; args: [object: any, path: any, value: () => any]; }; } & { stdin: { output: unknown; args: [input: string, delay?: number | undefined]; }; } & { stderr: { output: { readonly stderr: string; }; args: [opts?: { print?: boolean | undefined; stripColor?: boolean | undefined; } | undefined]; }; } & { stdout: { output: { readonly stdout: string; }; args: [opts?: { print?: boolean | undefined; stripColor?: boolean | undefined; } | undefined]; }; } & { nock: { output: { nock: number; }; args: [host: string, options: oclifTest.FancyTypes.NockOptions | oclifTest.FancyTypes.NockCallback, cb?: oclifTest.FancyTypes.NockCallback | undefined]; }; } & { timeout: { output: { timeout: number; }; args: [timeout?: number | undefined]; }; } & { loadConfig: { output: { config: import("@oclif/core/lib/interfaces").Config; }; args: [opts?: loadConfig.Options | undefined]; }; } & { command: { output: { config: import("@oclif/core/lib/interfaces").Config; expectation: string; }; args: [args: string | string[], opts?: loadConfig.Options | undefined]; }; } & { exit: { output: { error: any; }; args: [code?: number | undefined]; }; } & { hook: { output: { config: import("@oclif/core/lib/interfaces").Config; expectation: string; }; args: [event: string, hookOpts?: Record | undefined, options?: loadConfig.Options | undefined]; }; } & { withOrg: { output: Dictionary; args: [org?: Partial | undefined, setAsDefault?: boolean | undefined]; }; } & { withConnectionRequest: { output: Dictionary; args: [fakeFunction: (request: AnyJson, options?: AnyJson | undefined) => Promise]; }; } & { withProject: { output: unknown; args: [SfProjectJson?: JsonMap | undefined]; }; }>; export default test; export { expect, FancyTypes, Config, command, loadConfig, OclifConfig, test, $$, TestContext };