import { DefineStepFunction } from './index'; export declare const givenProperties: (given: DefineStepFunction) => void; export declare const givenPropertyString: (given: DefineStepFunction) => void; export declare const givenPropertyNumber: (given: DefineStepFunction) => void; export declare const givenEnvVars: (given: DefineStepFunction) => void; export declare const thenResultPropertiesShouldBe: (then: DefineStepFunction) => void; export declare const thenResultPropertyStringShouldBe: (then: DefineStepFunction) => void; export declare const thenResultPropertyNumberShouldBe: (then: DefineStepFunction) => void; export declare const thenResultPropertyDocStringShouldBe: (then: DefineStepFunction) => void; export declare const thenResultShouldMatchSnapshot: (then: DefineStepFunction) => void; export declare const thenExceptionShouldBe: (then: DefineStepFunction) => void;