import type { Code } from '../../@types/code.js'; import type { Configs } from '../../@types/poku.js'; export declare const onSigint: () => void; export declare function poku(targetPaths: string | string[], configs: Configs & { noExit: true; }): Promise; export declare function poku(targetPaths: string | string[], configs?: Configs): Promise;