export declare function getDeltaListType(typeName: string): string; export declare function getDeltaType(typeName: string): string; /** * Get the name of delta query for a model * @param typeName Name of the model */ export declare function getDeltaQuery(typeName: string): string; //# sourceMappingURL=deltaMappingHelper.d.ts.map