export declare const STRINGS: {
    INVALID_TARGET: string;
    INVALID_SOURCE: string;
    FAILURE_MESSAGE: string;
    SUCCESS_MESSAGE: string;
};
