import { InitialValuesType } from './types'; export function main( input: File | null, options: InitialValuesType ): File | null { return input; }