/** * @author: JP Lew (jp@cto.ai) * @date: Friday, 26th April 2019 4:03:30 pm * @lastModifiedBy: JP Lew (jp@cto.ai) * @lastModifiedTime: Monday, 29th April 2019 9:59:13 am * @copyright (c) 2019 CTO.ai */ export declare const PUBLIC_OPS_PREFIX = "public."; export declare const getOpUrl: (registryHost: string, opImageTag: string) => string; export declare const getOpImageTag: (teamName: string, opIdentifier: string, tag?: string, isPublic?: boolean) => string;