export declare type TransformHook = (file: string, content: string) => string | null | undefined | void;