/** @format */
export declare const filterIndex: (file: string) => boolean;
export declare const filterJSON: (file: string) => boolean;
export declare const filterTruthy: (value: any) => boolean;
