export declare const eachWithOnly: (arr: object[], iteratee: (item: any, onlyMode: boolean) => void) => void;
export declare const DO_NOT_EDIT_NOTICE: (filename: any) => string;
export declare const docs: (text: string) => string;
export declare const code: (text: string, prettyOptions?: object | false, discardBefore?: string) => string;
export declare const joinAll: (...texts: string[]) => string;
export declare const fileToText: (dirname: any, filename: any, discardBefore?: string, asCodePrettyOptions?: {}) => string;
export declare const noJestRunner: () => void;
