export interface SelfCommand { command: string; prefixArgs: string[]; scriptPath: string; isDevSource: boolean; } export declare function resolveSelfCommand(): SelfCommand;