import { Configs } from './@types/configs.js';
export declare const pu: (configs?: Configs) => Promise<void>;
