import { down } from './down.js'; import { up } from './up.js'; export declare const localizeStatus: { down: typeof down; up: typeof up; }; export type { LocalizeStatusArgs } from './up.js'; //# sourceMappingURL=index.d.ts.map