import { STFS } from '../types'; export declare const getFS: (fs?: STFS | undefined) => STFS | undefined;