export declare function angularStorybookPlugin(): {
    name: string;
    transform(code: string): string | undefined;
};
