export declare class StoryExternalEvent {
    /** @pattern ^[A-Za-z0-9-_]{1,30}$ */
    key: string;
    name: string;
}
