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