import { FunctionReturning } from "./internal"; export declare const every: (subject: T[], iterator: FunctionReturning) => boolean;