export declare const normalizeAreaCode: (input: string | undefined, fallback: string) => string; export declare const createEpicKeyGenerator: (projectKey: string, existingKeys?: Iterable) => ((area?: string) => string); export declare const createStoryKeyGenerator: (epicKey: string, existingKeys?: Iterable) => (() => string); export declare const createTaskKeyGenerator: (storyKey: string, existingKeys?: Iterable) => (() => string); //# sourceMappingURL=KeyHelpers.d.ts.map