/**
 * Provides options for the {@link ILocalizationInstruction `ILocalizationInstruction`} interface.
 */
export interface ILocalizationInstructionOptions {
    /**
     * The path to save the translations to.
     */
    TranslationDirectory?: string;
}
