export declare const templateKey: (stack: string) => string; export declare const workflowTemplateUri: (bucket: string, stack: string) => string; export declare const getWorkflowFileKey: (stackName: string, workflowName: string) => string; export declare const getWorkflowsListKeyPrefix: (stackName: string) => string; //# sourceMappingURL=workflows.d.ts.map