type Seconds = number; export declare const configure_process: (duration?: Seconds) => void; export {};