export interface ActionOptions {
    plumbing: boolean;
    logsDir: string;
    format: string;
}
//# sourceMappingURL=action-options.d.ts.map