export declare const STRINGS: {
    MERGING: string;
    SUCCESS_MESSAGE: string;
    MANIFEST_IS_NOT_YAML: (path: string) => string;
};
