import { Pipe } from 'fewer';
export declare function withPresence<Instance, FieldName extends keyof Instance>(...fieldNames: FieldName[]): Pipe<Instance>;
