export interface NgDocActionOutput<T> {
    output: T;
    dependencies?: string[];
}
