import { BDDConfig } from './types'; type Warning = 'importTestFrom'; export type DisableWarningsConfig = boolean | Record; export declare function showWarnings(configs: BDDConfig[]): void; export {}; //# sourceMappingURL=warnings.d.ts.map