interface Props {
    sourceGuid: string;
    targetGuid: string;
    sourceContentID: number;
    locale: string;
}
export declare const findContentInOtherLocale: ({ sourceContentID, locale, sourceGuid, targetGuid }: Props) => Promise<number>;
export {};
